home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_130_CALL.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  648 b   |  14 lines

  1. While in batch, executes a program and returns to the next line of
  2. the original program.
  3.  
  4. CALL file [param]
  5.  
  6.   file    is a filename, possibly preceded by a volume and path spec.
  7.           If file is of type 'TEXT', MacDOS executes it as a batch program.
  8.           If file identifies an application or an AppleScript, MacDOS
  9.           launches it. If file identifies a document, MacDOS launches the
  10.           corresponding application and passes the document to it.
  11.   param   are passed to the program being called if it is a batch. If file
  12.           identifies an application, MacDOS passes the first parameter to it
  13.           as a document name.
  14.